home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / trinitybbs20.lha / OLP / AutoCallBack.lha / AutoCallBack.Doc < prev    next >
Text File  |  1993-02-17  |  1KB  |  38 lines

  1.  
  2. Trinity BBS Auto Call Back Verifier Version 1.0 Documentation
  3.  
  4. This Online Program will allow the BBS to automaticly call a new user
  5. back to automaticly update his/her access level.  It will run after the
  6. user has answered all of the newuser questions and received an account.
  7.  
  8. Installation :
  9.  
  10. Note: You Must Currently Be Running Trinity BBS Version 1.7d or Higher 
  11.       To Use This AREXX Online Program.
  12.  
  13. copy AUTOCALLBACK, AUTOCALLBACK.NUM to your OLP: directory
  14. and copy NEWUSER.SPT to your TEXT: directory or edit your existing 
  15. NEWUSER.SPT, if you are currently using it, to include @#1olp:autocallback@
  16.  
  17. Edit the AUTOCALLBAK.NUM file to include your local area code and your
  18. local prefixes... you would not want to include toll calls and be forced
  19. with the Long Distance charges. 
  20. Ex...
  21.  
  22. 513             - FIRST LINE MUST BE YOUR AREA CODE
  23. 890             - THE REST IS ALL OF YOUR LOCAL PREFIXES   
  24. 454
  25. 277
  26. 275
  27. 237
  28. 233
  29. 236
  30.  
  31. Next edit two variables in the AUTOCALLBACK AREXX File itself :
  32.  
  33. BBSNAME = '{name}' - Edit name to equal the name of your BBS.
  34.  
  35. LEVEL = '{n}'      - Edit n to equal what access level you want your newusers
  36.                    - to gain once and if verified.
  37.  
  38.